账户变更消息


}
  1. 当用户切换账号时,消息正文内容为:

复制

{
  "data": {
    "address": "TRKb2nAnCBfwxnLxgoKJro6VbyA6QmsuXq" // Newly selected account address
  }
}
  1. 当用户锁定账户,钱包因超时自动锁定时,消息正文内容为:

复制

{
  "data": {
    "address": false
  }
}




Would you like to share your thoughts?

Your email address will not be published. Required fields are marked *